win32: remove ineffective selector
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 30 Dec 2015 18:53:27 +0000 (10:53 -0800)
committerCosimo Cecchi <cosimoc@gnome.org>
Sun, 3 Jan 2016 08:42:51 +0000 (00:42 -0800)
That style property is deprecated, but the combobox does not have a
separator anymore.

gtk/theme/win32/gtk-win32-base.css

index 350d6a1b06168c2e3b9da7f67fc2936da25be5e9..4616eeb3a08956559d936d741bb1ddff7f12de77 100644 (file)
@@ -810,13 +810,6 @@ GtkComboBox GtkCellLayout * {
     background-color: -gtk-win32-color(listview, 5);
 }
 
-GtkComboBox .separator {
-    /* always disable separators */
-    -GtkWidget-wide-separators: true;
-    -GtkWidget-horizontal-separator: 0;
-    -GtkWidget-vertical-separator: 0;
-}
-
 /* Draw "arrow" for non-entry comboboxes. Select the box, since selecting
    the arrow itself does not seem to work as intended. */
 GtkComboBox GtkBox {